-
Notifications
You must be signed in to change notification settings - Fork 908
[sw,cryptolib] Change expected values for tests with result 0 #28602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a2f1870 to
c8eb5aa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @h-filali. No functional change just test logic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @h-filali
c8eb5aa to
c762629
Compare
This commit changes the expected values for the tests that have an expected result of 0. This makes sure we don't run into issues where the tests are not executing properly and we still get a correct result due to the expected value of 0. Furthermore, this commit moves the tests to the hjson framework. The input and output values don't change from before this change. This commit merely skips the unnecessary calculations. Signed-off-by: Hakim Filali <[email protected]>
c762629 to
59173d6
Compare
|
I rebased and updated Thanks @johannheyszl and @andrea-caforio for reviewing! |
All good. |
|
Successfully created backport PR for |
This commit changes the expected values for the tests that have an expected result of 0. This makes sure we don't run into issues where the tests are not executing properly and we still get a correct result due to the expected value of 0.
Furthermore, this commit moves the tests to the hjson framework.
The input and output values don't change from before this change. This commit merely skips the unnecessary calculations.
Resolves #23343